Fix "install" paths in VS property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Mar 2012 08:46:51 +0000 (16:46 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Mar 2012 08:46:51 +0000 (16:46 +0800)
build/win32/vs10/gtk+.props
build/win32/vs9/gtk+.vsprops

index 6092d45dc385f57a7c5924fc3223f38b332a467e..ceca67cce757fc16a9210701a419ca3ce1807cc4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup Label="UserMacros">
-    <GlibEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
+    <GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
     <GtkApiVersion>3.0</GtkApiVersion>
index 28083f588d42f4cfa343ed458fe9d91c3cba2d8f..3424b16578ac1eea55ac47bc21e669bfd05962b0 100644 (file)
@@ -397,6 +397,6 @@ $(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas&#x0D;&#x
        />\r
        <UserMacro\r
                Name="GlibEtcInstallRoot"\r
-               Value="..\..\..\..\..\vs9\$(PlatformName)"\r
+               Value="..\..\..\..\vs9\$(PlatformName)"\r
        />\r
 </VisualStudioPropertySheet>\r